home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_1012 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  172 b   |  13 lines

  1. on(release){
  2.    if(play != "1")
  3.    {
  4.       play = "1";
  5.       gotoAndPlay(_currentframe + "1");
  6.    }
  7.    else
  8.    {
  9.       play = "0";
  10.       gotoAndStop(1);
  11.    }
  12. }
  13.